* {
    padding: 0;
    margin: 0;
}

.case-banner {
    height: 300px;
    width: 100%;
    position: relative;
    background-image: url('../images/banner_2.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.case-banner-title {
    position: absolute;
    margin-top: 97.5px;
    margin-left: 349px;
}

.case-banner-title>h1 {
    font-family: Microsoft YaHei UI;
    font-weight: bold;
    font-size: 60px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
}

.case-banner-title>p {
    font-family: Microsoft YaHei UI;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    margin-top: 24px;
}

.case-banner-yellow {
    left: 247px;
    position: absolute;
    mix-blend-mode: multiply;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.case-banner-green {
    left: 466px;
    position: absolute;
    mix-blend-mode: multiply;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.case-content {
    /*height: 658px;*/
    width: 1200px;
    margin: 0 auto;
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}

.case-content-top {
    display: flex;
    justify-content: space-between;
    height: 323px;
    width: 1200px;
    margin-bottom: 12px;
}

.case-content-top-unity {
    height: 323px;
    width: 392px;
    margin-bottom: 16px;
    margin-right: 8px;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    cursor: pointer;
    float: left;
}

.case-content-top-unity:hover{
    transform: translateY(-8px);
    border: 1px solid rgba(0, 85, 167, 0.2);
}

.case-content-top-unity:hover p{
    color: rgba(0, 28, 70, 1);
}

.case-content-top-unity:hover .case-content-top-unity-img{
    transform: scale(1.05);
}

.case-content-top-unity:nth-child(3n){
    margin-right: 0;
}

.case-content-top-unity>img {
    border-radius: 4px 4px 0 0;
}

.case-content-top-unity-img{
    border-radius: 4px 4px 0 0;
    width: 392px;
    height: 243px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
}

.case-content-top-unity-hidden{
    border-radius: 4px 4px 0 0;
    width: 392px;
    height: 243px;
    overflow: hidden;
}

.case-content-top-unity>h4 {
    font-family: Source Han Sans CN;
    font-size: 20px;
    line-height: 150%;
    color: #001C46;
    margin-top: 12px;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 12px;
}

.case-content-top-unity>p {
    font-family: Source Han Sans CN;
    font-size: 14px;
    line-height: 150%;
    color: #76767F;
    margin-top: 5px;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 12px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.case-content-below {
    display: flex;
    justify-content: space-between;
    height: 323px;
    width: 1200px;
    margin-bottom: 12px;
}

.case-inside-content {
    /*height: 1101px;*/
    width: 1200px;
    margin: 0 auto;
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
}

.case-inside-content-right{
    width: 392px;
}